home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Freeware
/
DiskMaster
/
Rexx
/
WindowTest.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
2002-10-27
|
246 b
|
20 lines
/* $VER: WindowTest.rexx 2.0 (97-04-18) Rudolph Riedel */
OPTIONS RESULTS
parse arg Port
/*say Port*/
Address VALUE Port
do i=0 to 10
OpenW i i 10 10 "ram:"
Status W
String.i=Result
/*say String.i*/
end
do i=0 to 10
closew string.i
end